home *** CD-ROM | disk | FTP | other *** search
- Path: wantree.com.au!usenet
- From: jpet@wantree.com.au (Jody Petroni)
- Newsgroups: comp.lang.c
- Subject: Borlands c/c++ compiler help!!
- Date: 9 Jan 1996 16:34:46 GMT
- Organization: Wantree Development
- Message-ID: <4cu5f6$fg2@vector.wantree.com.au>
- NNTP-Posting-Host: dialin58.wantree.com.au
- X-Newsreader: WinVN 0.92.6+
-
- Im writing a simple-intermediate application in C I have got a compiler
- from Borlands which claims to be both for C and C++ .it installs as C++ 3.1
- but compiles my C code satisfactorily except for 2 errors:
-
- 1. "Group Overflowed Maximum size:DGROUP"
- 2. "Call to function xyz with no prototype"
-
- I have delcared all functions as either void or with their return type
- so I cant quite understand Error 2 . Error 1 is a mystery.
-
- can anyone help!???
-